home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 7221 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.0 KB

  1. Path: galileo.cris.com!Ragman
  2. From: Ragman@cris.com (Ragman)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Max xfer value for older Syq ext.
  5. Date: 15 Mar 1996 01:40:08 GMT
  6. Organization: Concentric Internet Services
  7. Message-ID: <4iahpo$19e@spectator.cris.com>
  8. References: <4i964h$kfm@madeline.INS.CWRU.Edu>
  9. NNTP-Posting-Host: galileo.cris.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. J. Norell Guttman (njg2@po.CWRU.Edu) wrote:
  13.  
  14.  
  15.  
  16. :    Can someone tell me what max-xfer & mask value settings are appropriate for
  17. : an external Syquest 88 meg 5.25 inch hard drive?
  18.  
  19. :    On my A4000/040 I have the Syq hooked up to an Emplant scsi controller, with
  20. : the latest chip and '.device' software. 1st I use HDToolBox and define a new
  21. : type for the cart, then i low-lev format, then I go to partition and make one
  22. : 88 meg partition and set the filesystem for DC-FFS. I then save changes and
  23. : exit HDToolBox.
  24.  
  25. :    Now i use scsimounter to mount the drive, then I tried to format the disk
  26. : when the icon appeared on the workbench, but as it got 1/2 way through, it quit
  27. : saying it couldn't format one of the cylinders. I tried twice.
  28.  
  29. :    Well the cart was fine when the Syq was on a PC (and it was previously an
  30. : formatted Amiga anyways) so I know its good. SO I bring it to my frineds 3000
  31. : hook up the Syq there, use HDToolBox there to prep it, then format it there
  32. : and it formats fine. So I can now mount it on my 4000 with scsimounter and use
  33. : it, but, sometimes on reads or writes of big files, it 'freezes' the computer
  34. : momentarily until its done with the packet, but yesterday, when I had 3 DCC
  35. : sends going from the Syq it 'froze' the computer and wouldn't release till I
  36. : finally hit the eject button on the drive. I put the disk back in and the xfer
  37. : continued and only one file got corrupted needless to say. I believe that its a
  38. : problem of simply tweaking the mask/xfer values, but since I dont have any
  39. : manuals for the drive, I don't know its specs.
  40.  
  41. :    The values that are currently in there now are 0x0fffffe=Mask,
  42. : 0xffffff=Max-xfer file system block-size=512 and  buffers=30 as set and
  43. : reported by HDToolBox. There are other values like stacksize, priority,
  44. : prealloc, interleave and buffermemtype which I dont really know how they work.
  45. : Their values are 600, 10, 0, 0 and 0 respectively as reported by a 'GenML'
  46. : created mountlist.
  47.  
  48. :    If anyone has any experience or a mountlist for a similar setup and isn't
  49. : having any problems, please respond here or via email. Thanks.
  50.  
  51. Here's a snippet for one of my SQ555 (44M) SyQuests :
  52.  
  53.          device = HardFrame.device
  54.         Unit = 4
  55.         Flags = 0x0
  56.         Surfaces = 2
  57.         BlockSize = 512
  58.         BlocksPerTrack = 34
  59.         Reserved = 2
  60.         Interleave = 0
  61.         LowCyl = 1 ; HighCyl = 1274
  62.         PreAlloc = 0
  63.         Buffers = 20
  64.         BufMemType = 1
  65.         DOSType = 0x444f5301
  66.         MaxTransfer = 130560
  67.         Mask = 0xfffffe
  68.         Mount = 1
  69.         /*! Bootable = 0 */
  70.         BootPri = -128
  71.  
  72. Your 'BlocksPerTrack', 'HighCyl', 'device', 'DOSType', 'Unit' will/should be 
  73. different than that of the 44M and since you are not using the same setup 
  74. as I am. If you need any other help, let me know. 
  75.  
  76.